SetPixelData(byte[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Copies the pixel data from the specified byte array to the surface.

Syntax

public void SetPixelData(
	byte[] source
)

Parameters

source


Back to index